Wednesday, March 25, 2015

كود مربعين وبادنك تحت و يمين

كود مربعين وبادنك تحت و يمين

<style>
div {
width:100px;
height:70px;
background-color:red;
border:1px solid black;
}
div#div2 {
transform:translate(50px, 50px);
-moz-transform:translate(50px, 50px);
-webkit-transform:translate(50px, 50px);
}
</style>
</head>
<body>
<div>This is simple div</div>
<div id="div2">This is rotated div</div>

Post a Comment

Whatsapp Button works on Mobile Device only

Start typing and press Enter to search